Skip to content

Document chunk scanning behavior in fault-tolerant steps#5395

Open
PreAgile wants to merge 1 commit into
spring-projects:mainfrom
PreAgile:GH-3946
Open

Document chunk scanning behavior in fault-tolerant steps#5395
PreAgile wants to merge 1 commit into
spring-projects:mainfrom
PreAgile:GH-3946

Conversation

@PreAgile
Copy link
Copy Markdown

Adds a short "Chunk Scanning" section to retry.adoc covering the trigger condition and the per-item-per-transaction sequence, with cross-links from chunk-oriented-processing.adoc and the existing mention in scalability.adoc.

Closes #3946

The Retry section did not describe what users observe when an
ItemWriter fails in a fault-tolerant step: the writer is invoked
again, once per item, during recovery, even with a "never retry"
policy. Add a "Chunk Scanning" section to retry.adoc covering the
trigger condition, the per-item-per-transaction sequence, the
non-skippable failure mode, and the two practical opt-outs.
Cross-link from chunk-oriented-processing.adoc and from the existing
mention in scalability.adoc.

Resolves spring-projects#3946

Signed-off-by: Harvy Kim <digle117@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve documentation with regard to chunk scanning

1 participant